데이터 바인딩 예문
- Polymer 1.0에서 팀은 성능을 보완하기 위해 데이터 바인딩 시스템을 매우 제한적으로 만들었습니다.
另外,在 Polymer 1.0 中,为了性能开发团队严格限制了它的数据绑定系统。 - 응용 프로그램 개발을 간소화하기 위해 WPF는 이러한 단계를 자동으로 수행하는 데이터 바인딩 엔진을 제공합니다.To simplify application development, WPF provides a data binding engine to automatically perform these steps.
为了简化应用程序开发,WPF 提供了一个数据绑定引擎以自动执行这些步骤。 - 데이터 바인딩 엔진의 핵심 단위는 Binding 클래스로, 컨트롤(바인딩 대상)을 데이터 개체(바인딩 소스)에 바인딩하는 작업을 수행합니다.The core unit of the data binding engine is the Binding class, whose job is to bind a control (the binding target) to a data object (the binding source).
数据绑定引擎的核心单元是 Binding 类,它的任务是将控件(绑定目标)绑定到数据对象(绑定源)。